Spread Silverlight Documentation
AddRange(StyleInfo[]) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class > AddRange Method : AddRange(StyleInfo[]) Method
The array of styles (StyleInfo objects) to add to the collection.
Adds an array of StyleInfo objects to the collection.
Syntax
'Declaration
 
Public Overloads Overridable Sub AddRange( _
   ByVal array() As StyleInfo _
) 
'Usage
 
Dim instance As StyleInfoCollection
Dim array() As StyleInfo
 
instance.AddRange(array)
public virtual void AddRange( 
   StyleInfo[] array
)

Parameters

array
The array of styles (StyleInfo objects) to add to the collection.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members
Overload List